/* TALK TO EXPERT STYLING */

.talk-to-expert-container{
    min-height: 40rem;
    }
    .talk-to-expert-button{
    /* background-color: red;
    text-align: center;
    color: white;
    
    BORDER-RADIUS: 2rem;
    BORDER: WHITE;
    FONT-SIZE: 3REM;
    FONT-WEIGHT: BOLD; */
    text-align: center;
    background-color: white;
    border: solid rgb(238, 22, 19) 0.2rem;
    border-radius: 0.8rem ;
    text-align: center;
    color: rgb(238, 22, 19);
    font-weight: bold;
    margin-right: 1rem;
    font-size: 2rem;
    padding: 0.5rem;
    padding-left:2rem;padding-right: 2rem;
    
    }
  
    .talk-to-expert-button-container{
    text-align: center;
    margin: 2rem;
    margin-top: 0;
    }
  
  /* TALK TO EXPERT STYLING */
  
  /* ----------------------------------------------------------- */
  /* COLLABORATE WITH RELIABLE CLIENT STYLING*/

.collborate-with-reliable-contact-header h6{
    text-align: center;
    font-size: 2rem;
    font-weight: 400;
    margin: 1rem;
  }
  .collborate-with-reliable-contact-content{
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    grid-template-rows: 25rem;
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .left-content p{
    text-align: center;
    margin: 0px;
    font-weight: 600;
  }
.left-content {
    align-self: center;
    text-align: center;
}
  .right-content{
    align-self: center;
    font-size: 1.8rem;
    color: #424040;
  }
  .left-upper{
    font-size: 3rem;
    font-weight: bold;
    color: rgb(5, 5, 200);
  }
  .left-lower{
    font-size: 2.5rem;
  }

  /* @MEDIA all and (min-width:451px) and (max-width:800px){
    .collborate-with-reliable-contact-content{
        grid-template-rows: 32rem;
    }

  }

  @MEDIA all and  (max-width:450px){
    .collborate-with-reliable-contact-content{
        grid-template-rows: 45rem;
    }

  } */

  @media all and (max-width:800px){
    .collborate-with-reliable-contact-content{
        display: block;
    }
    .left-content p{
        display: inline-block;
        text-align: left;
    }
    .left-content{
        margin-left: 2rem;
    }
    .right-content{
        padding: 2rem;
    }
  }
/* COLLABORATE WITH RELIABLE CLIENT STYLING*/





